C1.Web.Mvc.TransposedGrid Namespace / TransposedGrid<T> Class / RenderMarkup Method
the specified writer used to write the markup.

In This Topic
RenderMarkup Method (TransposedGrid<T>)
In This Topic
Renders the control markup.
Syntax
'Declaration
 
Protected Overridable Sub RenderMarkup( _
   ByVal writer As HtmlTextWriter _
) 
 

Parameters

writer
the specified writer used to write the markup.
See Also